home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / ppcompress095.readme < prev    next >
Text File  |  1992-11-14  |  1KB  |  28 lines

  1. Short: CLI utilities for powerpacker
  2.  
  3. This archive contains PPCompress, a CLI utility similar in operation
  4. to Unix compress(1), but using the powerpacker.library by Nico
  5. Francois (not included).  PPCompress requires v35 or higher of
  6. powerpacker.library, and v37 or higher of the Amiga OS (v36 might
  7. work).  PPCompress can also behave like Unix uncompress(1) and
  8. zcat(1), provided that you make a filesystem link from 'ppuncompress'
  9. and 'ppcat' to the  program 'ppcompress' with the following commands:
  10.  
  11. c:makelink ppuncompress ppcompress
  12. c:makelink ppcat ppcompress
  13.  
  14. I wrote these utilities because I often need to compress files on my
  15. hard drive, but don't want to abandon the shell to run PowerPacker.
  16. LhA, while  an excellent compressor, is quite more difficult to use
  17. with, for  example, a whole directory of files I want compressed
  18. separately, and compress's Lempel-Ziz compression just isn't as good
  19. or as fast as powerpacker's.  All three programs, of course, allow
  20. operation on multiple programs in  a single invocation.
  21.  
  22. PPCompress supports both the efficiency and buffer-size options of
  23. powerpacker.  It only compresses data files; the PowerPacker load-file
  24. compression is not implemented in powerpacker.library.
  25.  
  26. PowerPacker.library is  probably available from wherever you got this,
  27. if you don't have it already.
  28.